From 12fc7232938e0e8692d786f81df3d126b99d0ac9 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 28 May 1993 04:35:57 +0000 Subject: [PATCH] * config.h.in (UNEXEC_SRC): New macro, set by the configure script. * ymakefile (UNEXEC_SRC): Give it a default value here, and make UNEXEC depend on it. --- src/config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.in b/src/config.in index f44d8f0277e..3bfff7f5853 100644 --- a/src/config.in +++ b/src/config.in @@ -94,6 +94,7 @@ and this notice must be preserved on all copies. */ #undef CRAY_STACKSEG_END #undef STACK_DIRECTION #undef const +#undef UNEXEC_SRC /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ -- 2.30.2